projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6869f2b
)
(dired-mode-map): Add key binding `C-te' for
author
Mathias Dahl
<mathias.dahl@gmail.com>
Wed, 19 Jul 2006 10:39:35 +0000
(10:39 +0000)
committer
Mathias Dahl
<mathias.dahl@gmail.com>
Wed, 19 Jul 2006 10:39:35 +0000
(10:39 +0000)
`tumme-dired-edit-comment-and-tags'.
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 64b73184397479a43d756c2833cadc15b739c885..59fb21a004f5fc2aa029900a540b1ee9a3e5faa9 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1260,6
+1260,7
@@
Do so according to the former subdir alist OLD-SUBDIR-ALIST."
(define-key map "\C-tc" 'tumme-dired-comment-files)
(define-key map "\C-tf" 'tumme-mark-tagged-files)
(define-key map "\C-t\C-t" 'tumme-dired-insert-marked-thumbs)
+ (define-key map "\C-te" 'tumme-dired-edit-comment-and-tags)
;; Make menu bar items.